.stickytooltip{
display:none;
position:absolute;
display:none;
border-bottom:2px solid #e7e9f2;
border-right:2px solid #e7e9f2;
-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /*Border around tooltip*/
background:#eef0f6;
z-index:3000;
font: 8px trebuchet ms;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:#e9ecee;
color:#b9bfc2;
padding-top:0px;
text-align:center;
border:0px solid #f3f5f6;
border-bottom:0px solid #f3f5f6;
border-right:0px solid #f3f5f6;
font: 8px trebuchet ms;
}